The ImagickDraw class
PHP Manual

ImagickDraw::push

(PECL imagick 2.0.0)

ImagickDraw::pushClones the current ImagickDraw and pushes it to the stack

Descripción

bool ImagickDraw::push ( void )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Clones the current ImagickDraw to create a new ImagickDraw, which is then added to the ImagickDraw stack. The original drawing ImagickDraw(s) may be returned to by invoking pop(). The ImagickDraws are stored on a ImagickDraw stack. For every Pop there must have already been an equivalent Push.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.


The ImagickDraw class
PHP Manual